Markup fix.
authorMatthias Clasen <mclasen@redhat.com>
Thu, 4 Nov 2004 15:32:14 +0000 (15:32 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 4 Nov 2004 15:32:14 +0000 (15:32 +0000)
2004-11-04  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkaboutdialog.sgml: Markup fix.

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkaboutdialog.sgml

index a50b00f335300affae1648eb80b590fde4cb235c..b357917b98f18f2509fe05d21bf82ed85777b7c2 100644 (file)
@@ -1,5 +1,7 @@
 2004-11-04  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/tmpl/gtkaboutdialog.sgml: Markup fix.
+
        * gtk/tmpl/gtkstock.sgml: Fix markup.
 
 2004-11-04  Matthias Clasen  <mclasen@redhat.com>
index 63d314d5558d88e600ee43d2272199e9eb765c90..d657953d976125cde650fca53e477932518476b4 100644 (file)
@@ -19,9 +19,9 @@ supports this by offering global hooks, which are called when the user
 clicks on a link or email address, see gtk_about_dialog_set_email_hook()
 and gtk_about_dialog_set_url_hook(). Email addresses in the 
 authors, documenters and artists properties are recognized by looking for
-<literal>&lt;user@host&gt;</literal>, URLs are recognized by looking for
-<literal>http://url</literal>, with <literal>url</literal> extending to 
-the next space, tab or line break.
+<literal>&lt;user@<!-- -->host</replaceable>&gt;</literal>, URLs are 
+recognized by looking for <literal>http://url</literal>, with 
+<literal>url</literal> extending to the next space, tab or line break.
 </para>
 <para>
 To make constructing a #GtkAboutDialog as convenient as possible, you can